DL101
An Introduction to R Programming
Data Management: Lists, Data Frames, and I/O
Learning Objectives
- Define the structural differences between homogeneous vectors and heterogeneous lists
- Construct and subset complex lists to manage diverse data types
- Create, manipulate, and analyze tabular data using data frames
- Implement file input operations using read.table and read.csv for external datasets
- Apply file output operations to export processed data to persistent storage